go/ast.byPos.Less (method, view implemented interface methods)

one use

	go/ast (current package)
		commentmap.go#L17: func (a byPos) Less(i, j int) bool { return a[i].Pos() < a[j].Pos() }